home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / out-of-phase-102-c / OutOfPhase 1.02 Source / OutOfPhase Folder / ImportAIFFSample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  591 b   |  28 lines  |  [TEXT/KAHL]

  1. /* ImportAIFFSample.h */
  2.  
  3. #ifndef Included_ImportAIFFSample_h
  4. #define Included_ImportAIFFSample_h
  5.  
  6. /* ImportAIFFSample module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* Memory */
  12. /* MainWindowStuff */
  13. /* Files */
  14. /* Alert */
  15. /* BufferedFileInput */
  16. /* SampleConsts */
  17. /* DataMunging */
  18. /* SampleObject */
  19.  
  20. /* forwards */
  21. struct MainWindowRec;
  22.  
  23. /* this routine asks for a file and tries to import the contents of that */
  24. /* file as an AIFF sample.  it reports any errors to the user. */
  25. void                                ImportAIFFSample(struct MainWindowRec* MainWindow);
  26.  
  27. #endif
  28.